Class PhysicalLocationDialogImpl

java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.ui.impl.PhysicalLocationDialogImpl
All Implemented Interfaces:
IPCObject, PhysicalLocationDialog

public class PhysicalLocationDialogImpl extends IPCObjectImpl implements PhysicalLocationDialog
Information provided by the PKI file:

    \class PhysicalLocationDialog
    
    \brief PhysicalLocationDialog allows for UI manipulation of the Physical Location Dialog.
    
    \example appWindow().getPhysicalLocationDialog()
    
Author:
Auto-generated
  • Constructor Details

  • Method Details

    • setVisible

      public void setVisible(boolean bVisible)
      Information provided by the PKI file:
      
          \brief Shows or hides this widget from view.
          
          \param bVisible, true to show this widget, false to hide it.
          
              
      Specified by:
      setVisible in interface PhysicalLocationDialog
      Parameters:
      bVisible - Takes in a parameter of bVisible
    • setWidgetVisible

      public void setWidgetVisible(String widgetName, boolean bVisible)
      Information provided by the PKI file:
      
          \brief Shows or hides the specified child widget.
          
          \param widgetName, where widgetName can be one of the following: JumpBtn.
          \param bVisible, true to show this child widget, false to hide it.
          
              
      Specified by:
      setWidgetVisible in interface PhysicalLocationDialog
      Parameters:
      widgetName - Takes in a parameter of widgetName
      bVisible - Takes in a parameter of bVisible
    • setDisabled

      public void setDisabled(boolean bDisabled)
      Information provided by the PKI file:
      
          \brief Enables or disables input events to this widget.
          
          \param bDisabled, true to disable input events to this widget, false to enable input events.
          
              
      Specified by:
      setDisabled in interface PhysicalLocationDialog
      Parameters:
      bDisabled - Takes in a parameter of bDisabled
    • setWidgetDisable

      public void setWidgetDisable(String widgetName, boolean bDisabled)
      Information provided by the PKI file:
      
          \brief Enables or disables the specified child widget.
          
          \param widgetName, where widgetName can be one of the following: JumpBtn.
          \param bDisabled, true to disable input events to this child widget, false to enable input events.
          
              
      Specified by:
      setWidgetDisable in interface PhysicalLocationDialog
      Parameters:
      widgetName - Takes in a parameter of widgetName
      bDisabled - Takes in a parameter of bDisabled
    • refreshTree

      public void refreshTree()
      Information provided by the PKI file:
      
          \brief Updates the physical locations tree items.
          
              
      Specified by:
      refreshTree in interface PhysicalLocationDialog
    • jumpBtn_clicked

      public void jumpBtn_clicked()
      Information provided by the PKI file:
      
          \brief Jumps to the selected physical location.
          
              
      Specified by:
      jumpBtn_clicked in interface PhysicalLocationDialog